This sample accompanies chapter 10 of the book "Embedded Controller - Grundlagen und praktische Umsetzung fr industrielle Anwendungen" by Rdiger R. Asche.

Target Hardware: ST Microelectronis STM32F407 Discovery Board.

To build:
- Open helloworld_freertos_gcc_stlink.xjrf from the STM32F4-Discovery subdirectory with WinIdea Open.
- Select Rebuild from the Project menu.

To run:
- Connect the target to a USB port on your debug host.
- Select "Run" from the Debug\Run Control Sub Menu.
- you should now see the Onboard LEDs flash in a one second rhythm.

See the book reference mentioned above for usage.

Observe the disclaimer in main.c.

Note: This sample is mostly useful to compare footprint with a pure C based version of the same application (see the helloworld_freertos sample coming with chapter 3 in the book mentioned above).




